chore(deps): upgrade major versions (pinia 4, jsdom 30, markdown-it 15, oui-data 2, tiptap 3.30) - #40
Merged
Merged
Conversation
…5, oui-data 2, tiptap 3.30) Phase 2 major-version bumps, validated with lint/test/typecheck/build: - pinia 3 -> 4 (ESM-only; @vue/devtools-api peer auto-installed) - jsdom 29 -> 30 and @types/jsdom 28 -> 30 (dev) - markdown-it 14 -> 15 (now bundles its own types; removed the redundant @types/markdown-it dependency) - oui-data 1 -> 2 (default JSON export shape unchanged) - @tiptap/pm, starter-kit, vue-3 aligned to 3.30.3 (fixes a pre-existing peer conflict between pm/starter-kit/vue-3) - monaco-editor 0.55 -> 0.56 TypeScript intentionally stays at ~6.0.3: TS 7.0 is the native Go port with no programmatic API yet, so Vue/Volar (vue-tsc) cannot use it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Phase 2 of the dependency refresh — upgrades the remaining major-version
dependencies deferred from the patch/minor update (#39). No breaking changes to
the app's own API; all code is source-compatible.
@vue/devtools-api@8.2.1peer auto-installed@types/markdown-itDeliberately excluded
~6.0.3— TS 7.0 is the native Go port with noprogrammatic API yet, so Volar/
vue-tsccannot use it (Microsoft guidance:Vue projects remain on TS 6.0). Dependabot PR chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 #24 (TS 7.0.2) should be closed.
Validation
pnpm lint— 0 errorspnpm test— 33 files / 138 testspnpm typecheck— cleanpnpm build— succeedspnpm peers check— no issuesAdditional context
Reviewed via adversarial review — PASS-WITH-CAVEATS, no blockers.
pnpm audit --prodreports 10 pre-existing transitive vulnerabilities(ip-address / deepmerge-ts via composerize-ts, unhead via @vueuse/head,
dompurify via monaco-editor) — none introduced here; remediation is a separate
follow-up.
node-version: 24).